ReferenceFormat Enumeration

Represents what information about a reference is displayed. If the reference format is not specified, the page format is used as the default.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ReferenceFormat

Members

Page0 Displays the number of the page on which the referenced item appears.
Chapter1 Displays the number of the chapter in which the referenced item appears.
Direction2 Displays whether the referenced item is above or below the reference field.
Text3 Displays the number of the page on which the referenced item appears.
None4 None.

See Also